home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
fourpage
/
main.dfm
/
main.txt
Wrap
Text File
|
1996-04-08
|
1KB
|
68 lines
object frmFourPage: TfrmFourPage
Left = 200
Top = 99
ActiveControl = btnPrint
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Four Page'
ClientHeight = 97
ClientWidth = 137
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 14
object btnPSetup: TButton
Left = 8
Top = 8
Width = 57
Height = 25
Caption = 'Setup'
TabOrder = 0
OnClick = btnPSetupClick
end
object btnPrint: TButton
Left = 72
Top = 8
Width = 57
Height = 25
Caption = 'Print'
TabOrder = 1
OnClick = btnPrintClick
end
object btnClose: TButton
Left = 8
Top = 64
Width = 121
Height = 25
Cancel = True
Caption = 'Quit'
TabOrder = 2
OnClick = btnCloseClick
end
object cbTwoPages: TCheckBox
Left = 8
Top = 40
Width = 97
Height = 17
Caption = 'Two Pages'
State = cbChecked
TabOrder = 3
end
object PrinterSetupDialog: TPrinterSetupDialog
Left = 40
Top = 64
end
object OpenDialog: TOpenDialog
Filter =
'All Files|*.*|My Delphi|*.pas;*.dpr;*.inc;*.nvc|Clipper|*.prg|De' +
'lphi|*.pas;*.dpr'
FilterIndex = 2
Options = [ofAllowMultiSelect, ofCreatePrompt]
Left = 8
Top = 64
end
end